xen/Makefile: remove all temporary files for every architecture
authorLuca Miccio <lucmiccio@gmail.com>
Thu, 23 Mar 2017 01:31:37 +0000 (02:31 +0100)
committerWei Liu <wei.liu2@citrix.com>
Fri, 24 Mar 2017 12:23:47 +0000 (12:23 +0000)
commit38d06eeb30b171e15ce254bf420f72e85206b3e6
tree8ab8ad4bd27480746d32f423720b3e120f401969
parent5823d6eb40af67b6775db32e9643bb0471e52e4e
xen/Makefile: remove all temporary files for every architecture

Execute the clean target for both arm and x86 architecture.

When trying to build Xen for a different architecture in the same
tree, the command make clean will only remove temporary files for
the host architecture.
This will lead a compilation error when trying to build ARM64 and
ARM32 Xen in the same tree.
(See also: https://lists.xenproject.org/archives/html/xen-devel/2016-11/msg02176.html)

Signed-off-by: Luca Miccio <lucmiccio@gmail.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
xen/Makefile